home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / dos_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  5KB  |  171 lines

  1. #ifndef _LVO_DOS_LIB_H
  2. #define _LVO_DOS_LIB_H
  3.  
  4. /*
  5.  *  $VER: dos_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_Open    (-0x1E)
  11. #define    LVO_Close    (-0x24)
  12. #define    LVO_Read    (-0x2A)
  13. #define    LVO_Write    (-0x30)
  14. #define    LVO_Input    (-0x36)
  15. #define    LVO_Output    (-0x3C)
  16. #define    LVO_Seek    (-0x42)
  17. #define    LVO_DeleteFile    (-0x48)
  18. #define    LVO_Rename    (-0x4E)
  19. #define    LVO_Lock    (-0x54)
  20. #define    LVO_UnLock    (-0x5A)
  21. #define    LVO_DupLock    (-0x60)
  22. #define    LVO_Examine    (-0x66)
  23. #define    LVO_ExNext    (-0x6C)
  24. #define    LVO_Info    (-0x72)
  25. #define    LVO_CreateDir    (-0x78)
  26. #define    LVO_CurrentDir    (-0x7E)
  27. #define    LVO_IoErr    (-0x84)
  28. #define    LVO_CreateProc    (-0x8A)
  29. #define    LVO_Exit    (-0x90)
  30. #define    LVO_LoadSeg    (-0x96)
  31. #define    LVO_UnLoadSeg    (-0x9C)
  32. #define    LVO_dosPrivate1    (-0xA2)
  33. #define    LVO_dosPrivate2    (-0xA8)
  34. #define    LVO_DeviceProc    (-0xAE)
  35. #define    LVO_SetComment    (-0xB4)
  36. #define    LVO_SetProtection    (-0xBA)
  37. #define    LVO_DateStamp    (-0xC0)
  38. #define    LVO_Delay    (-0xC6)
  39. #define    LVO_WaitForChar    (-0xCC)
  40. #define    LVO_ParentDir    (-0xD2)
  41. #define    LVO_IsInteractive    (-0xD8)
  42. #define    LVO_Execute    (-0xDE)
  43. #define    LVO_AllocDosObject    (-0xE4)
  44. #define    LVO_FreeDosObject    (-0xEA)
  45. #define    LVO_DoPkt    (-0xF0)
  46. #define    LVO_SendPkt    (-0xF6)
  47. #define    LVO_WaitPkt    (-0xFC)
  48. #define    LVO_ReplyPkt    (-0x102)
  49. #define    LVO_AbortPkt    (-0x108)
  50. #define    LVO_LockRecord    (-0x10E)
  51. #define    LVO_LockRecords    (-0x114)
  52. #define    LVO_UnLockRecord    (-0x11A)
  53. #define    LVO_UnLockRecords    (-0x120)
  54. #define    LVO_SelectInput    (-0x126)
  55. #define    LVO_SelectOutput    (-0x12C)
  56. #define    LVO_FGetC    (-0x132)
  57. #define    LVO_FPutC    (-0x138)
  58. #define    LVO_UnGetC    (-0x13E)
  59. #define    LVO_FRead    (-0x144)
  60. #define    LVO_FWrite    (-0x14A)
  61. #define    LVO_FGets    (-0x150)
  62. #define    LVO_FPuts    (-0x156)
  63. #define    LVO_VFWritef    (-0x15C)
  64. #define    LVO_VFPrintf    (-0x162)
  65. #define    LVO_Flush    (-0x168)
  66. #define    LVO_SetVBuf    (-0x16E)
  67. #define    LVO_DupLockFromFH    (-0x174)
  68. #define    LVO_OpenFromLock    (-0x17A)
  69. #define    LVO_ParentOfFH    (-0x180)
  70. #define    LVO_ExamineFH    (-0x186)
  71. #define    LVO_SetFileDate    (-0x18C)
  72. #define    LVO_NameFromLock    (-0x192)
  73. #define    LVO_NameFromFH    (-0x198)
  74. #define    LVO_SplitName    (-0x19E)
  75. #define    LVO_SameLock    (-0x1A4)
  76. #define    LVO_SetMode    (-0x1AA)
  77. #define    LVO_ExAll    (-0x1B0)
  78. #define    LVO_ReadLink    (-0x1B6)
  79. #define    LVO_MakeLink    (-0x1BC)
  80. #define    LVO_ChangeMode    (-0x1C2)
  81. #define    LVO_SetFileSize    (-0x1C8)
  82. #define    LVO_SetIoErr    (-0x1CE)
  83. #define    LVO_Fault    (-0x1D4)
  84. #define    LVO_PrintFault    (-0x1DA)
  85. #define    LVO_ErrorReport    (-0x1E0)
  86. #define    LVO_Cli    (-0x1EC)
  87. #define    LVO_CreateNewProc    (-0x1F2)
  88. #define    LVO_RunCommand    (-0x1F8)
  89. #define    LVO_GetConsoleTask    (-0x1FE)
  90. #define    LVO_SetConsoleTask    (-0x204)
  91. #define    LVO_GetFileSysTask    (-0x20A)
  92. #define    LVO_SetFileSysTask    (-0x210)
  93. #define    LVO_GetArgStr    (-0x216)
  94. #define    LVO_SetArgStr    (-0x21C)
  95. #define    LVO_FindCliProc    (-0x222)
  96. #define    LVO_MaxCli    (-0x228)
  97. #define    LVO_SetCurrentDirName    (-0x22E)
  98. #define    LVO_GetCurrentDirName    (-0x234)
  99. #define    LVO_SetProgramName    (-0x23A)
  100. #define    LVO_GetProgramName    (-0x240)
  101. #define    LVO_SetPrompt    (-0x246)
  102. #define    LVO_GetPrompt    (-0x24C)
  103. #define    LVO_SetProgramDir    (-0x252)
  104. #define    LVO_GetProgramDir    (-0x258)
  105. #define    LVO_SystemTagList    (-0x25E)
  106. #define    LVO_AssignLock    (-0x264)
  107. #define    LVO_AssignLate    (-0x26A)
  108. #define    LVO_AssignPath    (-0x270)
  109. #define    LVO_AssignAdd    (-0x276)
  110. #define    LVO_RemAssignList    (-0x27C)
  111. #define    LVO_GetDeviceProc    (-0x282)
  112. #define    LVO_FreeDeviceProc    (-0x288)
  113. #define    LVO_LockDosList    (-0x28E)
  114. #define    LVO_UnLockDosList    (-0x294)
  115. #define    LVO_AttemptLockDosList    (-0x29A)
  116. #define    LVO_RemDosEntry    (-0x2A0)
  117. #define    LVO_AddDosEntry    (-0x2A6)
  118. #define    LVO_FindDosEntry    (-0x2AC)
  119. #define    LVO_NextDosEntry    (-0x2B2)
  120. #define    LVO_MakeDosEntry    (-0x2B8)
  121. #define    LVO_FreeDosEntry    (-0x2BE)
  122. #define    LVO_IsFileSystem    (-0x2C4)
  123. #define    LVO_Format    (-0x2CA)
  124. #define    LVO_Relabel    (-0x2D0)
  125. #define    LVO_Inhibit    (-0x2D6)
  126. #define    LVO_AddBuffers    (-0x2DC)
  127. #define    LVO_CompareDates    (-0x2E2)
  128. #define    LVO_DateToStr    (-0x2E8)
  129. #define    LVO_StrToDate    (-0x2EE)
  130. #define    LVO_InternalLoadSeg    (-0x2F4)
  131. #define    LVO_InternalUnLoadSeg    (-0x2FA)
  132. #define    LVO_NewLoadSeg    (-0x300)
  133. #define    LVO_AddSegment    (-0x306)
  134. #define    LVO_FindSegment    (-0x30C)
  135. #define    LVO_RemSegment    (-0x312)
  136. #define    LVO_CheckSignal    (-0x318)
  137. #define    LVO_ReadArgs    (-0x31E)
  138. #define    LVO_FindArg    (-0x324)
  139. #define    LVO_ReadItem    (-0x32A)
  140. #define    LVO_StrToLong    (-0x330)
  141. #define    LVO_MatchFirst    (-0x336)
  142. #define    LVO_MatchNext    (-0x33C)
  143. #define    LVO_MatchEnd    (-0x342)
  144. #define    LVO_ParsePattern    (-0x348)
  145. #define    LVO_MatchPattern    (-0x34E)
  146. #define    LVO_dosPrivate3    (-0x354)
  147. #define    LVO_FreeArgs    (-0x35A)
  148. #define    LVO_FilePart    (-0x366)
  149. #define    LVO_PathPart    (-0x36C)
  150. #define    LVO_AddPart    (-0x372)
  151. #define    LVO_StartNotify    (-0x378)
  152. #define    LVO_EndNotify    (-0x37E)
  153. #define    LVO_SetVar    (-0x384)
  154. #define    LVO_GetVar    (-0x38A)
  155. #define    LVO_DeleteVar    (-0x390)
  156. #define    LVO_FindVar    (-0x396)
  157. #define    LVO_dosPrivate4    (-0x39C)
  158. #define    LVO_CliInitNewcli    (-0x3A2)
  159. #define    LVO_CliInitRun    (-0x3A8)
  160. #define    LVO_WriteChars    (-0x3AE)
  161. #define    LVO_PutStr    (-0x3B4)
  162. #define    LVO_VPrintf    (-0x3BA)
  163. #define    LVO_ParsePatternNoCase    (-0x3C6)
  164. #define    LVO_MatchPatternNoCase    (-0x3CC)
  165. #define    LVO_dosPrivate5    (-0x3D2)
  166. #define    LVO_SameDevice    (-0x3D8)
  167. #define    LVO_ExAllEnd    (-0x3DE)
  168. #define    LVO_SetOwner    (-0x3E4)
  169.  
  170. #endif
  171.